home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TA / (A)TAK.ADF / Arp_v1.04 / MANUAL.ARC / CheckAbort < prev    next >
Text File  |  1987-11-19  |  941b  |  67 lines

  1.  
  2.  
  3.  
  4.      CheckAbort(31.0)      ARP Programmers Manual      CheckAbort(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       CheckAbort --    Check for control C
  10.  
  11.      SYNOPSIS
  12.       BOOL = CheckAbort( (*Func)() )
  13.        d0            A1
  14.  
  15.      FUNCTION
  16.       Check    to see if a CONTROL-C signal was sent to this process,
  17.       calling a user function or returning a boolean value.
  18.  
  19.      INPUTS
  20.            (*Func)() -- Function to    call if    signal was recieved.
  21.                 This is optional, and may be NULL.
  22.  
  23.      RESULT
  24.       FALSE    (zero) if signal not received.    If (*Func)() is    not
  25.       null,    and signal was received, return    value will be that of
  26.       user function.  If (*Func)() is NULL,    return value will be
  27.       signal flag.
  28.  
  29.      ADDITIONAL    CONSIDERATIONS
  30.       If break occured, a pointer to the string "***BREAK" will be
  31.       returned in A1, suitable for a direct    call to    Puts() from
  32.       assembly language.
  33.  
  34.      BUGS
  35.       None known.
  36.  
  37.      AUTHOR
  38.       SDB
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 11/19/87)
  64.  
  65.  
  66.  
  67.